* {
    margin: 0px;
    padding: 0px;
    border: none;
    font-size: 12px;
    /*position: relative;*/
    font-family: 'Microsoft YaHei';
    box-sizing: border-box;
    outline: none;
}


div, img, ul {
    position: relative;
}
.wzabox .wza_cont{width: 1000px; margin: 0 auto; text-align: right;}
.wzabox .wza_cont a{margin: 0 10px;color: #333;text-decoration: none;}
.header {
    height: 320px;
    width: 100%;
    z-index: 9;
    color:#aa2727;
    position:relative
}

    .header .banner {
        position: absolute;
        text-align: center;
        left: 0px;
        top: 0px;

        overflow: hidden;
        width: 100%;
        height: 345px;
    }
        .header .banner * {
            position: absolute;
            left: 50%;
            top: 0px;
            margin-left: -960px;
            width: 1920px;
            height: 345px;
        }

        .header .banner #showvideo {
            position: absolute;
            left: 50%;
            top: 0px;
            margin-left: -960px;
            width: 1920px;
            height: 345px;
            z-index:1;
        }

        .header .banner .photo {
            position: absolute;
            left: 50%;
            top: 0px;
            margin-left: -960px;
            width: 1920px;
            height: 345px;
            z-index:2;
        }

    .header .nav a {
        text-decoration: none;
    }

    .header .nav {
        background: url(../images/nav-bg.png) center no-repeat;
        height: 42px;
        width: 100%;
        position: relative;
        margin-top:345px;
        float: left;
        z-index: 100;
    }

        .header .nav .nav-list {
            width: 990px;
            height: 40px;
            position: relative;
            margin: auto;
            display: block;
            z-index: 100;
            margin-top: 0px;
        }

        .header .nav .level-1 ul li ul .level-child .choice {
            background: url(../images/arrows.png) 180px 5px no-repeat;
        }

        .header .nav .level-child .choice {
            background: url(../images/arrows.png) 190px 5px no-repeat;
        }

        .header .nav .nav-list li {
            list-style: none;
            position: relative;
        }

        .header .nav .nav-list .level-1:first-child a {
            border-left: none;
        }

        .header .nav .nav-list .level-1 a {
            border-left: 1px solid #ab641d;
        }

        .header .nav .nav-list .level-1 {
            width: 123px;
            text-align: center;
            display: block;
            height: 40px;
            float: left;
        }

            .header .nav .nav-list .level-1 a {
                height: 20px;
                margin-top: 10px;
                display: block;
                width: 100%;
                line-height: 20px;
                color: #fff;
                font-size: 14px;
                font-weight: bold;
            }

            .header .nav .nav-list .level-1 ul {
                display: none;
                box-shadow: 0 0 5px #333;
                border-radius: 3px;
            }

        .header .nav .nav-list > li.on > ul {
            display: block;
        }

        .header .nav .nav-list .level-1 li a {
            font-size: 12px;
            font-weight: normal;
            margin: 0px;
            border: none;
        }

        .header .nav .nav-list .level-1 ul {
            background: #ab641d;
            width: 200px;
            margin: auto;
            margin-left: -38px;
            margin-top: 5px;
            border: 1px solid #693f20;
        }

            .header .nav .nav-list .level-1 ul li ul {
                background: #ab641d;
                width: 190px;
                margin: auto;
                margin-top: 5px;
                border: 1px solid #693f20;
            }

        .header .nav .nav-list .level-1 li {
            padding: 5px 0px;
        }

        .header .nav .level-child.on > ul {
            display: block;
            position: absolute;
            left: 195px;
            top: -6px;
        }

        .header .nav .level-child li.on > ul {
            display: block;
            position: absolute;
            left: 185px;
            top: -6px;
        }

        .header .nav .level-1:last-child .level-child.on > ul {
            display: block;
            position: absolute;
            left: -185px;
            top: -6px;
        }

        .header .nav .level-child.on > a {
            background-color: #9e5104 !important;
        }

.mode {
    width: 100%;
    background: url(../images/index_bg.png) repeat;
}

    

    .mode .index_bottom_bg {
        position: absolute;
        bottom: 0;
        left: 0px;
        height: 346px;
        width: 100%;
        background: url(../images/index_bottombg.png) center center no-repeat;
        z-index: 1;
    }

.footer {
    height: 235px;
    width: 100%;
    border-top: 1px solid #ceb8a3;
    background: url(../images/bottom-bg.png) repeat;
}

    .footer .footer-top {
        width: 100%;
        margin: 0px auto;
        height: 120px;
        border-bottom: 1px solid #967b74;
    }

        .footer .footer-top .footer-top-con {
            width: 1000px;
            height: 120px;
            position: relative;
            margin: 0px auto;
        }

            .footer .footer-top .footer-top-con .footer-top-con-dzjg {
                width: 53px;
                height: 66px;
                position: absolute;
                top: 30px;
                left: 55px;
            }

            .footer .footer-top .footer-top-con .footer-top-con-info {
                width: 53px;
                height: 60px;
                position: absolute;
                top: 29px;
                left: 160px;
                border-left: 1px solid #967b74;
                line-height: 22px;
                padding-left: 55px;
                width: 600px;
            }

    .footer .footer-bottom {
        width: 100%;
        margin: 0px auto;
        height: 65px;
        border-top: 1px solid #e1dad9;
    }

        .footer .footer-bottom .footer-bottom-con {
            width: 920px;
            height: 45px;
            padding: 10px 0px;
            text-align: center;
            line-height: 22px;
            position: relative;
            margin: 0px auto;
            padding-right: 80px;
        }

            .footer .footer-bottom .footer-bottom-con a {
                color: #002cff;
            }

    .footer .footer-bottom-wj110 {
        width: 57px;
        height: 61px;
        position: absolute;
        right: 60px;
        top: 0px;
    }


/*public*/
.border-style{
    padding:10px;
    padding-top:20px;
    border:1px solid #9e5104;
    border-top:none;
    background:url(../images/border-style-bg.png) top no-repeat !important;
}

.more{
    display:block;
    width:44px;
    height:26px;
    position:absolute;
    right:0px;
    top:0px;
    background:url(../images/more.png);
}
.hidden{
    display:none;
}
.clear{
    clear:both;
}
.list-doit{
    padding-left:15px;
    background:url(../images/list-doint.png) left 1px no-repeat;
}

.laction-bar a{
    color:#333;
}

.am-pagination {
    padding-left: 0;
    margin: 1.5rem 0;
    list-style: none;
    color: #999999;
    margin-top:30px;
    text-align: center;
}

    .am-pagination:before,
    .am-pagination:after {
        content: " ";
        display: table;
    }

    .am-pagination:after {
        clear: both;
    }

    .am-pagination > li {
        display: inline-block;
    }

        .am-pagination > li > a,
        .am-pagination > li > span {
            position: relative;
            display: block;
            padding: 0.5em 1em;
            text-decoration: none;
            line-height: 1.2;
            background-color: rgb(240, 234, 222);
            border: 1px solid rgb(228,204,167);
            border-radius: 0;
            margin-bottom: 5px;
            margin-right: 5px;
        }

        .am-pagination > li:last-child > a,
        .am-pagination > li:last-child > span {
            margin-right: 0;
        }

        .am-pagination > li > a:hover,
        .am-pagination > li > span:hover,
        .am-pagination > li > a:focus,
        .am-pagination > li > span:focus {
            background-color: #eeeeee;
        }

    .am-pagination > .am-active > a,
    .am-pagination > .am-active > span,
    .am-pagination > .am-active > a:hover,
    .am-pagination > .am-active > span:hover,
    .am-pagination > .am-active > a:focus,
    .am-pagination > .am-active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #0e90d2;
        border-color: #0e90d2;
        cursor: default;
    }

    .am-pagination > .am-disabled > span,
    .am-pagination > .am-disabled > span:hover,
    .am-pagination > .am-disabled > span:focus,
    .am-pagination > .am-disabled > a,
    .am-pagination > .am-disabled > a:hover,
    .am-pagination > .am-disabled > a:focus {
        color: #999999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
        pointer-events: none;
    }

    .am-pagination .am-pagination-prev {
        float: left;
    }

        .am-pagination .am-pagination-prev a {
            border-radius: 0;
        }

    .am-pagination .am-pagination-next {
        float: right;
    }

        .am-pagination .am-pagination-next a {
            border-radius: 0;
        }

.am-pagination-centered {
    text-align: center;
}

.am-pagination-right {
    text-align: right;
}

.am-pagination {
    position: relative;
}
/**
  * Pagination Theme: default
  */
.am-pagination-default {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px;
}

    .am-pagination-default .am-pagination-prev,
    .am-pagination-default .am-pagination-next {
        float: none;
    }
/**
  * Pagination Theme: select
  */
.am-pagination-select {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.6rem;
}

    .am-pagination-select > li > a {
        line-height: 36px;
        background-color: #eeeeee;
        padding: 0 15px;
        border: 0;
        color: #555555;
    }

    .am-pagination-select .am-pagination-select {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -35px;
        width: 70px;
        height: 36px;
        text-align: center;
        border-radius: 0;
    }

        .am-pagination-select .am-pagination-select select {
            display: block;
            border: 0;
            line-height: 36px;
            width: 70px;
            height: 36px;
            border-radius: 0;
            color: #555555;
            background-color: #eeeeee;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding-left: 18px;
        }
.am-pagination a{
    color:#ab641d;
}

.loginPager {
    display:none;
    background-color: rgba(0, 0, 0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

.loginPanel {
    background-image:url(../images/bg.png);
    position:fixed;
    z-index:10001;
    top:25%;
    left:40%;
    width:368px;
    height:508px;
    display:none;
}
    .loginPanel input {
        border-radius: 5px;
        width: 80%;
        border: 1px solid #ab641d;
        height: 40px;
        background-color: #f5f5f5;
        margin-top: 25px;
        font-size: 16px
    }

.loginPanel input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 15px;
    height: 15px;
    opacity: 0;
}


    .loginPanel label:before {
        content: '';
        position: absolute;
        left: -30px;
        top: -1px;
        width: 15px;
        height: 15px;
        border: 1px solid #ddd;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }

    .loginPanel label:after {
        content: '';
        position: absolute;
        left: -24px;
        top: 0px;
        width: 6px;
        height: 12px;
        border: 0;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        background: #fff;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    .loginPanel input[type='checkbox']:checked + label:before {
        background: #ab641d;
        border-color: #ab641d;
    }

    .loginPanel input[type='checkbox']:checked + label:after {
        background: #ab641d;
    }

.ForgetPass {
    float: right;
    margin-top: 15px;
    margin-right: 10%;
    width: 30%;
}
.ForgetPass span{
margin-left:10%;
cursor:pointer
}

.loginChangePass {
    background-image: url(../images/bg.png);
    position: fixed;
    z-index: 10002;
    top: 25%;
    left: 40%;
    width: 368px;
    height: 508px;
    display: none;
}
    .loginChangePass input {
        border-radius: 5px;
        width: 80%;
        border: 1px solid #ab641d;
        height: 40px;
        background-color: #f5f5f5;
        margin-top: 25px;
        font-size: 16px
    }

.yzm-img {
    width: 110px;
    height: 38px;
    border: 1px solid #999;
    display: inline-block;
    float: right;
    border-radius: 5px;
    
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 38px;
    background: #ab641d;

}

.PasswordPageSub {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/register-btn-bg.png);
    background-size: 100% 100%;
    width: 310px;
    height: 38px;
    margin-left: 30px;
    margin-top: 35px;
}

    .PasswordPageSub span {
        color: white;
        font-size: 20px
    }
	.article-extended{line-height:36px; height: 36px; color:#666666; font-size:14px; padding:0 5px 0 15px; background:#f2f2f2;}
	.article-extended dt{float:left; font-size:14px;}
	.article-extended dt span{float:left; line-height:24px; margin:6px 6px 6px 0; color:#888888;}
	.article-extended dd{float:right;}
	.article-extended dd span{margin:0 8px;}
	.article-extended dd a{color:#666666; cursor:pointer;}
	.article-extended dd a:hover{color:#333; font-weight:bold;}
	.article-extended dd i{font-style: normal;}
	.article-extended span{display:inline-block;}